Nobody needs to call this anymore.
gtk_widget_set_vexpand
gtk_widget_get_vexpand_set
gtk_widget_set_vexpand_set
-gtk_widget_queue_compute_expand
gtk_widget_compute_expand
<SUBSECTION Templates>
static void remove_parent_surface_transform_changed_listener (GtkWidget *widget);
static void add_parent_surface_transform_changed_listener (GtkWidget *widget);
+static void gtk_widget_queue_compute_expand (GtkWidget *widget);
+
/* --- variables --- */
*
* See gtk_widget_compute_expand().
*/
-void
+static void
gtk_widget_queue_compute_expand (GtkWidget *widget)
{
GtkWidget *parent;
void gtk_widget_set_vexpand_set (GtkWidget *widget,
gboolean set);
GDK_AVAILABLE_IN_ALL
-void gtk_widget_queue_compute_expand (GtkWidget *widget);
-GDK_AVAILABLE_IN_ALL
gboolean gtk_widget_compute_expand (GtkWidget *widget,
GtkOrientation orientation);